home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / v cisle / virtuawin / vwsetup2.11.exe / {app} / HISTORY.TXT < prev    next >
Text File  |  2005-10-13  |  16KB  |  303 lines

  1. ***   VirtuaWin Revision History   ***
  2. --------------------------------------
  3. Ver 2.11 2005/10/13
  4. * Better multi-user support. Store config files in home directory
  5. * Removed the need for registry entry
  6. * SF1205908, periodic check that moved application doesn't reappear in the taskbar
  7. * Updated mousekeys functionality to require a motion tendency towards the edge 
  8.   of the screen to prevent the desktop from swapping unintentionally just 
  9.   because the mouse is near the end of the screen when the meta key is pressed
  10. * Fixed grammar error when recovering windows.  It now properly says 
  11.   "# windows were recovered" or "1 window was recovered"
  12. * Fixed a bug that was causing the right edge or bottom edge of the screen 
  13.   to be detected incorrectly when the secondary monitor was to the left of or 
  14.   above the primary monitor
  15. * Added SF fix 1296291 for alt+tab listing issue
  16. * Added patch 1295748, toggle sticky function was incorrectly implemented.
  17. * Added patch 1295745, this removes some duplicated code which is always nice
  18. * Removed popup alert message when configuring only one desktop
  19. * Made the setup dialog center itself on the primary monitor so that it worked 
  20.   on dual monitor systems.  Prior to this change it was centering itself on the 
  21.   centerline between the two monitors if the secondary monitor was to the left 
  22.   or under the primary monitor, and half way off of the edge of the displays 
  23.   if the secondary monitor was to the right or above the primary monitor.
  24. ----------------------------
  25.  
  26. Ver 2.10 2005/02/16
  27. * Changed compiler to gcc, maybe fixes some reported crashes?
  28. * SF904069 Added possibility to choose if sticky should be permanent for all instances 
  29.   of the same classname.
  30. * SF905625, Added module message for changing the sticky state of a window
  31. * SF936865, use virtual sceensize for mouse switching instead since multimonitor 
  32.   setups would switch desktop prematurely otherwise.
  33. * SF1053738, added application icons to the window list
  34. ----------------------------
  35.  
  36. Ver 2.9 2004/01/10
  37. * SF770859, Window menu heading will not be displayed if only one meny is used
  38. * Bugfix: When assigning a visible window to current desktop (by module message) the window was lost.
  39. * Bugfix: Some windows refused to be moved, such as MSN and AIM.
  40. ----------------------------
  41.  
  42. Ver 2.8 2003/07/10
  43. * Added possibility to disable the use of one config file for each user
  44. * Added module support for assigning a window to specified desktop 
  45. * Changed the mouse control checkboxes to radiobuttons.
  46. * Bugfix: (SF745820)Excluded some special types of windows from beeing handled by VirtuaWin.
  47. * Bugfix: Updated the webaddress link
  48. * Bugfix: (SF693876)Fixed option to handle XP skinned style taskbars 
  49. ----------------------------
  50.  
  51. Ver 2.7.1 2003/04/11
  52. * Bugfix: Accidently placed another option over the "switch minimized" option in the setup.
  53. ----------------------------
  54.  
  55. Ver 2.7 2003/04/09
  56. * Double click on the icon will bring up setup, and select "disable" instead for disabling.
  57. * Added config options to disable taskbar detection and the alternative hiding technique.
  58. * Bugfix: All windows was shown in the window menu if only one menu was used
  59. * Bugfix: Added retries to add the systray icon incase VirtuaWin starts up before 
  60.   the sytray process.
  61. * Added a new setup tab, "expert" and moved some settings from misc.
  62. * Bugfix: Old taskbar position was not deleted if taskbar position moved during operation. 
  63.   Also improved left/right/up/down taskbar position detection
  64. * Bugfix: The "tricky" windows was not moved away far enough from the screen so you could 
  65.   see a small grey bar at the screen bottom.
  66. * Bugfix: Changed the wait time for module startup timeout to 10 secs instead of 5 to avoid 
  67.   module errors during startup.
  68. ----------------------------
  69.  
  70. Ver 2.6.2 2002/10/01
  71. * Bugfix: Fixed a memory leak
  72. * Bugfix: Added mutex protection for the window list to increase robustness
  73. * Bugfix: Fixed so that the recovery file is written with correct endlines
  74. ----------------------------
  75.  
  76. Ver 2.6.1 2002/07/17 
  77. * Removed the MF_POPUP flag from the window menus since they shouldn't be created like this. 
  78.   Fixed by Ulf Jaenicke-Roesler.
  79. * Improved the window menus so that unnecessary menus and items won't show and they all 
  80.   have a label. Fixes by Ulf Jaencke-Roessler.
  81. * Fixed so that window coordinates are reloaded when resolution is changed, and also 
  82.   so that taskbar location is reloaded if moved.
  83. * Now we try to locate the MSTaskSwWClass even if it is a direct child of Shell_TrayWnd, 
  84.   this will make it work on more windows version and hopefully get rid of the startup error
  85.   some users have experienced.
  86. ----------------------------
  87.  
  88. Ver 2.6 2002/06/02 
  89. * Bugfix: Alternative way of hiding windows. This solves the disappearing 
  90.   Explorer bug
  91. * Bugfix: Saving of sticky state for "User windows" is now fixed
  92. * Bugfix: Problems with saving desktop and stickiness state of applications 
  93.   containing spaces in their classnames
  94. * Now the "Access menu key" works with all three menu types. Thanks to Christian Storm
  95. * Improved Window menu, no need to step through submenus. Thanks to Christian Storm
  96. * Sticky-toggle now works in combination with the win-key. Thanks to Christian Storm
  97. * Taskbar warp now works for all locations of the taskbar. Thanks to Philip Walford
  98. * Double click in the module list will bring up module config window (if any)
  99. * Option to hide the system tray icon
  100. * Trying to start-up a second VirtuaWin instance will bring up setup window
  101. * Classname will now always be "VirtuaWinMainClass" and not version dependent
  102. ----------------------------
  103.  
  104. Ver 2.5 2001/02/10
  105. * Bugfix: Too many modules would corrupt data and cause undefined behavior,
  106.   also increased the maximum number of modules handled from 5 to 10
  107. * Bugfix: Fixed a bug with the username lookup for config file, could go wrong sometimes
  108. * Bugfix: Fixed so that config update notification is sent upon apply and 
  109.   only when something has changed upon hitting ok
  110. * Bugfix: Fixed the sticky symbol in the winlist again, got lost during some changes
  111. * Bugfix: Fixed bug with needing to have hot keys enabled for menu keys to work and 
  112.   also better error message
  113. * The WinList module now has classname for all applications
  114. * Config file will also be written upon every apply and not if cancel is selected
  115. * Added module message for getting the current desktop number
  116. * Modules will now get a notification when desktop layout has changed since we 
  117.   might have a new current desktop number after a change
  118. * The question mark in the setup dialog is removed since it is no functionality for it
  119. ----------------------------
  120.  
  121. Ver 2.4 2000/08/19
  122. * Bugfix: Added the code again that removes closed windows, this will avoid having closed 
  123.   child windows reappearing again. This fix has the disadvantage of being able to remove 
  124.   valid windows when under heavy load, see next item for more info on a workaround
  125. * Added a module, WinList, in the installation package. This module has a list of all 
  126.   windows on the system and can restore any of them if VirtuaWin should loose them
  127. * Modifications by Matti Jagula <matti@proekspert.ee> List of modifications follows: 
  128.   Added window title sorting in popup menus (Assign, Direct, Sticky) Added some controls 
  129.   to Setup Misc tab and support for calling the popup menus from keyboard
  130. * Modifications by Alasdair McCaig. Added multiple user setup support. There will now be 
  131.   one config file for each user
  132. ----------------------------
  133.  
  134. Ver 2.3 2000/06/08
  135. * The system tray icon will be reinstalled if Windows shell is restarted (only with IE4.0 or higher)
  136. * The "switch minimized" option is checked by default (too many questions about why
  137.   not minimized windows where moved)
  138. * Top sticky window will become active if no other active candidate when moving to another desktop
  139. * Bugfix: VirtuaWin could loose windows under heavy load. This should have been fixed now
  140. * Bugfix: Windows can not be assigned to an unavailable desktop (when using desktop assignment)
  141. ----------------------------
  142.  
  143. Ver 2.2.1 2000/03/21 
  144. * Bugfix: Mouse support did not work on win98
  145. ----------------------------
  146.  
  147. Ver 2.2 2000/03/19 
  148. * Added two hotkeys for cycling desktop-number up and down.
  149. * Removed the mousedll. Mouse handling works a little bit different now. This has solved 
  150.   several problems and the only real drawback is that it is not possible to have 0 mouse delay
  151.   anymore, current minimum is 50. Most fixes below come from this mouse change.
  152. * Mouse functionality is totaly disabled when not used. This means that it consumes no CPU time for
  153.   users that disables mouse support.
  154. * Possible to set mouse delay in 50ms precision. 
  155. * Bugfix: Not possible to switch away screensaver locks anymore.
  156. * Bugfix: No unistall problem due to mousedll.dll
  157. * Bugfix: When switching desk with mouse sometimes caused several undesired switches.
  158. * Bugfix: ':' is used as comment character in userlist.cfg instead since some classnames 
  159.   started with '#'.
  160. * Bugfix: Changed display order so that window order should not be moved in the taskbar
  161. * Bugfix: No switching to the same desktop, this will take away any flicker if hotkey 
  162.   to current desk is pressed.
  163. * Bugfix: No warning message if desktopsize isn't really changed in number of desktops.
  164. * Bugfix: Minor change with hotkey routine, might fix some strange hotkey problems.
  165. ----------------------------
  166.  
  167. Ver 2.1.1 2000/02/23 
  168. * Bugfix: The window menus "access" and "assign" did not show if used alone. This only 
  169.   seemed to happen on NT4, not on win9x and 2000. Fixed by Klaus Gassner. 
  170. ----------------------------
  171.  
  172. Ver 2.1 2000/02/16
  173.  * VirtuaWin can now remember desktop belongings upon restart!
  174.  * Possible to have any combination of window menu functionality, not just one as before
  175.  * Button for saving sticky configuration, not just upon exit
  176.  * Some GUI changes under the misc. setup tab.
  177.  * VirtuaWin will timeout if an application has crashed. The system tray icon will flash five times
  178.    if an application is not responding when changing desktop and the application will be ignored.
  179.  * Source code is more organized for easier handling and binary is linked without
  180.    debugging symbols, making it almost half the size
  181.  * Bugfix: Module enable/disable did not work properly with several modules
  182.  * Bugfix: Save sticky on exit did not work if VirtuaWin was shutdown by Windows shutdown/restart.
  183.  * Bugfix: Disabled modules were not saved if VirtuaWin was shutdown by Windows shutdown/restart.
  184.  * Bugfix: Documentation correction regarding MOD_CHANGEDESK w/lParam in Messages.h
  185.  * Bugfix: VirtuaWin tried to switch an invalid window upon every desktop change,
  186.    this fix will probably save a clock cycle or two :) 
  187. ----------------------------
  188.  
  189. Ver 2.0 2000/01/04
  190.  * Opensource! Distributed under GPL
  191.  * Possible to disable modules runtime
  192.  * Option to use the window list for assigning a window to a desktop
  193.  * Option to use the window list for accessing an application on another desktop
  194.  * Setup will create an icon in the startup folder
  195. ----------------------------
  196.  
  197. Ver 1.9.1 1999/11/22
  198.  * Bugfix: There was a mix-up with hot keys 2 and 5 (WIN key)
  199. ----------------------------
  200.  
  201. Ver 1.9 1999/11/20
  202.  * Change of compiler, now uses Lcc-Win32
  203.  * Module support added
  204.  * More customizable hotkeys 
  205.  * Possible to cycle through desktops in a circular way
  206.  * Added a crash recovery feature
  207.  * Some internal code cleanups and fixes
  208.  * Clickable links in about box
  209.  * Removed "mouse win key" option since it didn't work well
  210.  * Removed some "dimming" features in the setup dialog to decrease code size
  211.  * Added a "reverse up/down" option. Useful when using num pad hotkeys
  212.  * Some default choices are set upon first startup
  213.  * Keys are only registered on ok (not on apply) in setup dialog 
  214.  * Bugfix: Z-order of windows is not messed with anymore
  215.  * Bugfix: Minimized windows is also affected by sticky option
  216.  * Bugfix: Fixed strange behaviour when dragging a window to new 
  217.    desktop with "keep last active" enabled (Hmm, didn't I fix this in 1.3?)
  218. ----------------------------
  219.  
  220. Ver 1.8 1999/09/29
  221.  * Added a hot key option for sticky toggle
  222.  * Added option to turn of the moving of mouse pointer after a switch
  223.  * Possible to set 0 delay for mouse switch
  224.  * Added refresh option, for refreshing desktop after switch (for 
  225.    example Photoshop problems)
  226.  * Added option for saving sticky configuration upon exit
  227.  * Desktop number added in the window list
  228.  * Bugfix: Only possible to open one setup dialog
  229.  * Bugfix: Possible memory bug concerning user window functionality
  230.  * Bugfix: Fixed recourse leak concerning the popup menus
  231. ----------------------------
  232.  
  233. Ver 1.7.2 1999/08/09
  234.  * Bugfix: Mouse key control setup was lost during restarts
  235. ----------------------------
  236.  
  237. Ver 1.7.1 1999/08/06
  238.  * Bugfix: Some mouse options didn't save if ok was pressed
  239. ----------------------------
  240.  
  241. Ver 1.7 1999/07/15
  242.  * Moved popups slightly to make it possible (easier) to double-click on icon.
  243.  * Better look on the setup dialog.
  244.  * More desktops, up to 9 with different layouts and with new icons.
  245.  * Hot keys for accessing a desktop directly.
  246.  * Possible to select a key modifier for changing desktop with mouse.
  247. ----------------------------
  248.  
  249. Ver 1.6 1999/05/25
  250.  * User can add windows that normally refuses to switch desktop to a
  251.    configfile to make it switch.
  252.  * Install and uninstall support.
  253.  * Setup dialog will appear in the center of screen.
  254.  * Bugfix: No more flashing in taskbar when changing desktop, thanks to tip 
  255.    from George Algozzini.
  256. ----------------------------
  257.  
  258. Ver 1.5 1999/05/03
  259.  * Added sticky window functionality
  260.  * Toolbars should also switch now
  261.  * Bugfix: Some windows wouldn't get on top if keep active were enabled
  262.  * Bugfix: No switch if mouse clicks to long on taskbar
  263. ----------------------------
  264.  
  265. Ver 1.4 1999/04/26
  266.  * Child windows will also switch desktop now
  267.  * New option to make it possible to drag a window to new desktop over the taskbar
  268.  * Configurable icons
  269.  * Internal cleanup and optimizations
  270.  * Checks if mouse buttons are switched, makes it possible to drag windows to a new
  271.    desktop with switched mouse buttons
  272. ----------------------------
  273.  
  274. Ver 1.3 1999/04/13
  275.  * Solved a bug when dragging windows to new desktop and keeping active
  276.  * Solved a bug with the mouse warp length between upper and lower desktops
  277.  * Added help, very brief, but still a help file...
  278. ----------------------------
  279.  
  280. Ver 1.2beta 1999/04/12
  281.  * Possible to drag windows to new desktop with mouse
  282.  * Configurable if minimized windows will switch 
  283.  * Key setup was lost when cancel pressed in setup
  284.  * Mouse delay changes went active if cancel was pressed
  285. ----------------------------
  286.  
  287. Ver 1.1beta 1999/04/10
  288.  * New behavior, windows isn't moved they are hidden instead!
  289.  * Configurable mouse jump length
  290.  * Only one instance can be started
  291.  * When using "release focus" the focus goes to desktop instead of systray
  292.  * The mouse delay shows continuously when slider moves
  293. ----------------------------
  294.  
  295. Ver 0.7 1999/03/27
  296.  * Configure possibilities for mouse, keys and focus added
  297.  * Some minor internal fixes
  298. ----------------------------
  299.  
  300. Ver 0.5 1999/03/19
  301.  * First public version, no configure possibilities 
  302. ----------------------------
  303.